GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-04T16:27:03.3004807+00:00",
"SubmitDate": "2026-06-04T16:27:03.3004807+00:00",
"ReportPeriodStart": "2026-06-04T16:27:03.3004807+00:00",
"ReportPeriodEnd": "2026-06-04T16:27:03.3004807+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2597bb73-9398-4325-a953-42a054c38c8f",
"Rows": [
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2597bb73-9398-4325-a953-42a054c38c8f",
"Rows": [
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23cda827-f91e-4b85-939a-1c08e5d0d360",
"495e963f-cc93-4675-85fb-47ad7fffe6e6"
],
"Approvers": [
"1c49e6b6-8e12-433f-a190-9898613ccc6c",
"48222937-adcf-4ff1-8a97-8b01005d01f7"
],
"ApprovedBy": "391d847e-4a3e-46e8-824e-801182fbf439",
"ApprovalDate": "2026-06-04T16:27:03.3004807+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a358e771-4df0-4078-9082-d6b6b73c4ea3",
"id": "1891960b-6c38-4f78-857a-969bf8ba4cb2",
"ConfigId": "b0015b87-9d3c-4e84-a868-7077ca58426b"
},
{
"GenerationDate": "2026-06-04T16:27:03.3004807+00:00",
"SubmitDate": "2026-06-04T16:27:03.3004807+00:00",
"ReportPeriodStart": "2026-06-04T16:27:03.3004807+00:00",
"ReportPeriodEnd": "2026-06-04T16:27:03.3004807+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2597bb73-9398-4325-a953-42a054c38c8f",
"Rows": [
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2597bb73-9398-4325-a953-42a054c38c8f",
"Rows": [
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "16ba69b1-9c01-45dc-a8dc-6895a2d781a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"23cda827-f91e-4b85-939a-1c08e5d0d360",
"495e963f-cc93-4675-85fb-47ad7fffe6e6"
],
"Approvers": [
"1c49e6b6-8e12-433f-a190-9898613ccc6c",
"48222937-adcf-4ff1-8a97-8b01005d01f7"
],
"ApprovedBy": "391d847e-4a3e-46e8-824e-801182fbf439",
"ApprovalDate": "2026-06-04T16:27:03.3004807+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a358e771-4df0-4078-9082-d6b6b73c4ea3",
"id": "1891960b-6c38-4f78-857a-969bf8ba4cb2",
"ConfigId": "b0015b87-9d3c-4e84-a868-7077ca58426b"
}
]